home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / full / nt / MSSql / I386 / sqlx86.exe / PTK / VBSQL / ABOUT.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-04-03  |  1.6 KB  |  55 lines

  1. VERSION 2.00
  2. Begin Form About_Form 
  3.    BackColor       =   &H00FFFF00&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About"
  6.    ControlBox      =   0   'False
  7.    ForeColor       =   &H00C0C0C0&
  8.    Height          =   2625
  9.    Left            =   2565
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2220
  15.    ScaleWidth      =   3150
  16.    Top             =   1245
  17.    Width           =   3270
  18.    Begin CommandButton Command1 
  19.       Caption         =   "OK"
  20.       Height          =   375
  21.       Left            =   960
  22.       TabIndex        =   3
  23.       Top             =   1440
  24.       Width           =   1215
  25.    End
  26.    Begin Label Label1 
  27.       BackColor       =   &H00FFFF00&
  28.       Caption         =   "VBSQL Sample Application"
  29.       Height          =   255
  30.       Left            =   384
  31.       TabIndex        =   0
  32.       Top             =   816
  33.       Width           =   2624
  34.    End
  35.    Begin Label Label3 
  36.       Alignment       =   2  'Center
  37.       BackColor       =   &H00FF0000&
  38.       Caption         =   "Microsoft Corporation"
  39.       FontBold        =   -1  'True
  40.       FontItalic      =   0   'False
  41.       FontName        =   "MS Sans Serif"
  42.       FontSize        =   9.75
  43.       FontStrikethru  =   0   'False
  44.       FontUnderline   =   0   'False
  45.       ForeColor       =   &H00FFFFFF&
  46.       Height          =   255
  47.       Left            =   384
  48.       TabIndex        =   2
  49.       Top             =   272
  50.       Width           =   2528
  51.    End
  52. Sub Command1_Click ()
  53.     Unload About_Form
  54. End Sub
  55.